Reorder SpecialRecentChanges::webOutput
authorMatmaRex <matma.rex@gmail.com>
Fri, 24 May 2013 14:09:56 +0000 (16:09 +0200)
committerMatmaRex <matma.rex@gmail.com>
Mon, 22 Jul 2013 17:43:32 +0000 (19:43 +0200)
commit377a788ff0478ae2d27770e49d5f61bc87324097
tree81ff0d8147f02cef7fd4548f34b6a9a4744f3e4c
parentd975d28f37543608946872348759b9bd79a674f4
Reorder SpecialRecentChanges::webOutput

Reordered the function to separate the data building logic and actual
outputting.

I'd love to actually split them in two functions, but the two parts
are still slightly interdependent and passing everything as arguments
would be awkward.

Change-Id: If770640d5b79e8771470bb7b6d1fcc16060f06b0
includes/specials/SpecialRecentchanges.php